home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-01-09 | 1.2 KB | 53 lines | [TEXT/ttxt] |
- ; See “Sokoban docs” and “Sokoban font docs” for more information
- ; about making your own levels. This file describes how to put more
- ; than one level (in fact, up to 200) in a text file.
-
- ; Putting many levels in one text file for Sokoban:
- ; Separate the levels by blank lines, comments, or just titles.
- ; Comments (like this one) start with a semicolon and go until
- ; the end of the line. They are completely ignored.
-
- ; An optional title may be given in quotation marks like this
- "This is a title"
- ; or like this
- 'Title the level'
- ; Remember to use dumb quotation marks ' and " instead of the
- ; smart ones “ ‘ ” ’.
- ; The title will be displayed when you play the level.
-
- ; If you give a level several titles, only the last one will
- ; be used. The others are ignored.
- ; No comments are allowed within levels.
-
- "Level 1"
- ####
- #@ #
- ### ####
- # .* #
- # $.. $ #
- ### $####
- # #
- ####
-
- #####
- ####. ##
- # $.$. #
- #@$# #$ #
- # $. . #
- ####$#$ #
- #. . #
- #######
- ; Comments are allowed between levels.
- ; So are blank lines
-
- ;This level has no title, poor guy.
- ######
- ####. @#
- # $$$ #
- #.##.##.#
- # $ #
- # $.# ##
- ### #
- ######
- ;The file ends where it ends, either with a level or a comment.
-